'宣言 Public MustInherit Class CategoryAxisBase (Of T As Class, M As {New, CategoryAxisBaseModel}, A As CategoryAxisBase(Of T,M,A)) Inherits Axis(Of T,M,A)
public abstract class CategoryAxisBase<T,M,A> : Axis<T,M,A> where T: class where M: new(), CategoryAxisBaseModel where A: CategoryAxisBase<T,M,A>
オンラインで表示: GitHub